Skip to content

1.17.0

Latest
Compare
Choose a tag to compare
@derekmauro derekmauro released this 30 Apr 17:07
52eb810

Release Notes

GoogleTest will not accept patches of new features to the v1.17.x branch.
We recommend building GoogleTest from the latest commit instead.
Exceptional critical bug fixes may be considered.

C++ Language Support

Notable Changes

  • Added a flag --gtest_fail_if_no_test_linked that will cause the program to fail if no test case is linked in (5450174)
  • A DistanceFrom() matcher is available for general distance comparison (0bdccf4) and supports a user-defined abs() (4ee4b17)